Paint the stack page in the documentation's red - #54
Merged
Conversation
The three sample pages carried the UI5 blue while https://abap2ui5.github.io/docs is written in #d03c4a, so a reader crossing between them saw two different sites. Only --accent and --accent-soft move, light and dark; everything drawn from them follows. The note about the missing button follows the two sibling pages, where the per-sample button is now called "Live Demo". Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016eWdFZN8QTNCk9ijHP3NkA
The rename belonged on the documentation's start page, not here: the two sibling pages still call that button Playground, and this note points at them. Reverts the label half of b7a2a9d; the colour stays. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016eWdFZN8QTNCk9ijHP3NkA
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The three sample pages carried the UI5 blue (
#0a6ed1) whilehttps://abap2ui5.github.io/docs is written in
#d03c4a, so a reader crossingbetween them saw two different sites. This aligns the palette; sibling pull
requests do the same in
samplesandsamples-controls.The colour is one set of custom properties, so only
--accentand--accent-softmove, light and dark. Everything drawn from them follows: thegroup chips, the badges, the copy buttons, the focus ring, the masthead wash and
the "you are here" marker in the shared family bar.
--accent#d03c4a#ef8b93--accent-soft#fceced#3a2126--accent-ink#ffffff#1a1013--accent-inkis the text ON the accent, so it only follows the dark end intoa warmer near-black; white on
#d03c4ais 4.7:1, above the AA threshold.The second commit reverts a wording change that was in the first: the note about
the missing button still says "Playground", because the two sibling pages still
call it that. That paragraph is unchanged from
main.npm run check:family-navandnpm run check:webpass, and the page wasrendered against the generated
apps.jsonto confirm nothing else was tinted.Generated by Claude Code